LoadFromStream
Description
Use LoadFromStream by specifying the stream from which the DWG image is loaded as the value of Stream. LoadFromStream reads a DWG data source from a stream, replaces the current image with it and determines bounds of an image.
Syntax
procedure LoadFromStream(S: TStream); override;